Click or drag to resize

ServiceMarkAllItemsAsRead Method (IListFolderId)

Marks all items as read.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> MarkAllItemsAsRead(
	IList<FolderId> folders
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The folders.

Return Value

Type: IListResponse
IList{Response}.
See Also